<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.header{
    width: 1200px;
    margin:0 auto;
    background: #fff;
}
.header .logo{
    height: 125px;
}
.header .logo img{
    height: 78px;
    margin-top: 19px;
}
.nav1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 60px;
    width: 1200px;
    margin: 0 auto;
}
.nav1 li{
    position: relative;
}
.nav1 li&gt;a{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 15px;
    /* border-radius: 10px; */
    /* border: 2px solid #b2b2b2; */
    font-family: 鎬濇簮榛戜綋SC-Regular;
}
.foccc{
    /* background: #000; */
    color: #000;
}
.subnav{
    position: absolute;
    width: 200%;
    left: -50%;
    z-index: 99999;
    background: #fff;
    display: none;
    margin-top: -2px;
}
.subnav&gt;div{
    position: relative;
}
.subnav&gt;div&gt;a{
    display: block;
    line-height: 40px;
    padding: 0 10%;
    color: #333;
    font-weight: 700;
    font-family: 鎬濇簮榛戜綋SC-Regular;
}
.subnav&gt;div&gt;a:hover{
    color: #3b8ced;
}
.subnav&gt;div&gt;div{
    position: absolute;
    right: -100%;
    top: 0;
    background: #fff;
    width: 100%;
    display: none;
}

div {}
.subnav&gt;div&gt;div&gt;a{
    display: block;
    line-height: 40px;
    padding: 0 10%;
    color: #333;
    font-weight: 700;
}
.subnav&gt;div&gt;div&gt;a:hover{
    color: #3b8ced;
}
.nav1 li&gt;a:hover{
    /*border:2px solid #3b8ced;*/
    /*color: #3b8ced !important;*/
}</pre></body></html>